home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Auge 4000 / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).zip / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).adf / arp-pro1.3 / OLD_MANUAL / CreateTaskResList < prev    next >
Text File  |  1990-06-22  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4.      CreateTaskResList(31.0)   ARP Prog_Man    CreateTaskResList(31.0)
  5.  
  6.  
  7.  
  8.      NAME
  9.       CreateTaskResList - Create a new nested ResList for this
  10.       task
  11.  
  12.      SYNOPSIS
  13.       ResList = CreateTaskResList()
  14.          D0
  15.  
  16.      FUNCTION
  17.       Create a new Resource    list for this task, and    insert it at
  18.       the HEAD of the ResourceArray    list.
  19.  
  20.       You do not normally need to use CreateTaskResList, because
  21.       the functions    which insert tracked items into    the task
  22.       reslist will automaticly create a reslist if one did not
  23.       exist    before.
  24.  
  25.       This function    may be used to explictly create    a nested
  26.       ResList for this task; all resources allocated after
  27.       CreateTaskReslist will be stored in the new ResList until
  28.       you call FreeTaskResList.  This would    allow you, for
  29.       instance, to call CreateTaskResList at the start of a
  30.       function, and    FreeTaskResList    at the end of the function,
  31.       and any resources tracked in the interum would be freed; but
  32.       all other tracked resources for the task would remain
  33.       tracked.
  34.  
  35.       All Task reslists will also be automaticly freed when    you
  36.       call CloseLibrary() or ArpExit()
  37.  
  38.      INPUTS
  39.       None
  40.  
  41.      RESULT
  42.       reslist - Pointer to the new list, or    NULL if    failure.
  43.           Assembly language programers may rely    on the Z flag
  44.           value    on return from this function.
  45.  
  46.      BUGS
  47.       None known
  48.  
  49.      AUTHOR
  50.       CDH
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                         (printed 2/22/88)
  64.  
  65.  
  66.  
  67.